home *** CD-ROM | disk | FTP | other *** search
- Path: news1.h1.usa.pipeline.com!usenet
- From: grantp@usa.pipeline.com(Pete)
- Newsgroups: comp.lang.c++
- Subject: Re: need help with listbox
- Date: 1 Feb 1996 15:23:03 GMT
- Organization: Kalevi, Inc.
- Message-ID: <4eqlsn$hsa@news1.usa.pipeline.com>
- NNTP-Posting-Host: pipe3.h1.usa.pipeline.com
- X-PipeUser: grantp
- X-PipeHub: usa.pipeline.com
- X-PipeGCOS: (Pete)
- X-Newsreader: Pipeline USA v3.3.0
-
- On Feb 01, 1996 06:43:41 in article <need help with listbox>,
- 'wells2@ix.netcom.com (wells)' wrote:
-
-
- >
- >how can I make a listbox NOT list in Alphabetical order??
- >thanks
- >
- Depends on how you created the list box. In any case, the goal
- is to not include the LBS_SORT style which most GUI tools insert
- into the .rc file for you. You'll have to consult your Resource
- Tool on how to turn this feature off. If you don't find it, edit
- the .rc file manually and remove the LBS_SORT style flag.
-
- --
- Pete Grant
- Kalevi, Inc.
- Object Oriented Software Development
-